home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
gnustuff
/
tos
/
progut~1
/
stdwin.zoo
/
vtrm
/
Makefile.32
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1989-10-17
|
300 b
|
24 lines
CC = cgcc
CFLAGS = -O -I../h
SRCS= vtrm.c uxtty.c
OBJS= vtrm.o uxtty.o
ALL= vtrm32
all: $(ALL)
$(ALL): $(OBJS)
touch $(ALL)
clean:
rm -f core *.o [,@#]*
realclean: clean
rm -f lib.a tags *.[A-Z] $(ALL)
# End Rules
vtrm.o: vtrm.c
vtrm.o: ../h/vtrm.h
uxtty.o: uxtty.c
uxtty.o: ../h/vtrm.h